net/http.http2serverConn.goAwayCode (field)
9 uses
net/http (current package)
h2_bundle.go#L4412: goAwayCode http2ErrCode
h2_bundle.go#L4827: gracefulShutdownComplete := sc.goAwayCode == http2ErrCodeNo && sc.curOpenStreams() == 0
h2_bundle.go#L4828: if sentGoAway && sc.shutdownTimer == nil && (sc.goAwayCode != http2ErrCodeNo || gracefulShutdownComplete) {
h2_bundle.go#L5177: code: sc.goAwayCode,
h2_bundle.go#L5187: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5243: if sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5244: sc.goAwayCode = code
h2_bundle.go#L5250: sc.goAwayCode = code
h2_bundle.go#L5337: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |